<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    min-width: 1200px;
	background:#E1E1E1;
}
.header{
    width: 100%;
    min-width: 1200px;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(24,24,24, .8);
    transition: all .8s ease;
    -moz-transition: all .8s ease; /* Firefox 4 */
    -webkit-transition: all .8s ease; /* Safari ÂºÃ Chrome */
    -o-transition:all .8s ease; /* Opera */
    box-shadow: rgba(0,0,0,.1) 0 1px 5px;
	text-align:center;
}

.logo{
    width: 350px;
    height: 100px;
    position: absolute;
    /*left: 18.75%;*/
    
}
@media(max-width:1399px) {
    .logo{
        left: 0px;
    }
}
.header.index.active .logo , .header.index.active1 .logo{
    transform:scale(1);
    -ms-transform:scale(1);	/* IE 9 */
    -moz-transform:scale(1); 	/* Firefox */
    -webkit-transform:scale(1); /* Safari ÂºÃ Chrome */
    -o-transform:scale(1); 	/* Opera */
}
.nava{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	
	}
	
.nava &gt; ul &gt; li{
    float: left;
    position: relative;
}

.nava &gt;ul &gt; li.menu a{
	color:#CCC;
	
	width:140px;
	height:100px;
	text-align:center;
    line-height: 100px; margin-left:auto; margin-right:auto;
display:inline-block;
    font-size: 14px;
	/*font-weight:bold;*/
}
.nava &gt; ul &gt; li.menu:hover a{
	color:#00BDDA;
	display:inline-block;
	width:140px;
	height:100px;
	text-align:center;
    line-height: 100px;
	background:url(menu_1.png);
    font-size: 14px;
}
.nava &gt;ul &gt; li.cur a{
	color:#00BDDA;
	display:inline-block;
	width:140px;
	height:100px;
	text-align:center;
    line-height: 100px;
	background:url(menu_1.png);
    font-size: 14px;
	/*font-weight:bold;*/
}
.nava &gt; ul &gt; li.cur:hover a{
	color:#00BDDA;
	display:inline-block;
	width:140px;
	height:100px;
	text-align:center;
    line-height: 100px;
	background:url(menu_1.png);
    font-size: 14px;
}
.nava &gt; li.cur &gt; a{
    color: #1D7ACF;
}
.nav{
    height: 70px;
    position: absolute;
    top: 50%;
    /*right: 24.48%;*/
    right: 20%;
    margin-top: -35px;
}
@media (max-width: 1400px) {
    .nav{
        right: 26%;
    }
}
.nav &gt; li{
    float: left;
    position: relative;
}
.nav &gt; li &gt; a{
    line-height: 70px;
    padding: 0 14px;
    font-size: 14px;
	font-weight:bold;
}
.nav &gt; li.cur &gt; a{
    color: #1D7ACF;
}



/*footer*/
.footer{
    width: 100%;
    line-height: 49px;
    background: #f7f7f7;
    border-top: 1px solid #ededed;
}
.footer.index{
    position: absolute !important;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.footer-nav li{
    float: left;
     position: relative;
}
.footer-nav li a{
    /*width: 100%;*/
    padding: 0 9px;
    font-size: 14px;
    color: #999999;
    border-right: 2px solid #b5b5b5;
    /*display: inline-block;*/
}
.footer-nav li:first-child a{
    padding: 0 9px 0 0;
}
.footer-nav li:last-child a{
    padding: 0 0 0 9px;
    border-right: none;
}
.footer-nav li a:hover{
    color: #1D7ACF;
}
.footer-nav li .erweima{
 /*   width: 185px;
    height: 186px;*/
    width: 100%;
    position: absolute;
    top: -106px;
    left: 0;
    /*margin-left: -93.5px;*/
    display: none;
    border: 1px solid #ededed;
    box-shadow: 2px 1px 2px #efefef;
    z-index: 10;
}
.footer-nav li:hover .erweima{
    display: block;
}
/* fullSlide */
.fullSlide{width:100%;position:relative;height:550px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:550px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:550px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:4px;margin:2px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#fff;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:0px;height:0px;background:url(images/arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:15%;background-position:-6px -137px;}
/* end banner*/</pre></body></html>